Welcome![Sign In][Sign Up]
Location:
Search - wtl atl

Search list

[DocumentsMFC程序员的WTL指南

Description: 序言 3 第一章ATL 界面类 4 1.1、对本书的总体介绍 4 1.2、对这一章的简单介绍 5 1.2.1、ATL 背景知识 ATL 和 WTL 的发展历史 5 1.2.2、ATL风格模板 6 1.3、ATL 窗口类 8 1.3.1、定义一个窗口的实现 8 1.3.2、填写消息映射链 9 1.3.3、高级消息映射链和嵌入类 11 1.3.4、ATL程序的结构 13 1.3.5、ATL中的对话框 15 第二章WTL 界面基类 18 2.1、WTL 总体印象 18 2.2、开始写WTL程序 18 2.2.1、WTL 对消息映射的增强 20 2.2.2、从WTL的应用程序生成向导能得到什么 24 第三章 工具条与状态条 35 3.1、主窗口的工具条和状态条 35 第四章 对话框与控件 48 第五章 高级对话框用户界面类 67 第六章 包容ActiveX控件 82 第七章 分隔窗口 96 第八章 属性页与向导 112 第九章 GDI类,通用对话框,初始化类 127 9.1、GDI 封装类 127 9.1.1、封装类的通用函数 128 9.2.3、与 MFC 封装类的不同之处 130 9.3、资源装载(Resource-Loading)函数 130 9.4、使用通用对话框 133 9.4.1、CFileDialog类 134 9.4.2、CFolderDialog类 137 9.5、其它有用的类和全局函数 138 9.5.1、对结构的封装 138 9.5.2、处理双类型参数的类 138 9.6、其它工具类 139 9.7、全局函数 141 9.8、宏 142 9.9、例子工程 143 第十章 支持拖放操作 147
Platform: | Size: 2290176 | Author: 215486763@qq.com | Hits:

[BooksATL技术内幕

Description: Active Template Library技术内幕-Active Template Library Technology Insider
Platform: | Size: 1674240 | Author: 张江 | Hits:

[GUI DevelopSharpLayout_demo

Description: Sharp Layout manager for ATL/WTL.
Platform: | Size: 44032 | Author: 胡跃 | Hits:

[GUI Developuoth_src

Description: wtl 的GPS系统,里面的界面是个不错的参考-Windows Template Library GPS systems inside the interface is a good reference
Platform: | Size: 839680 | Author: 钟馗 | Hits:

[ActiveX/DCOM/ATL2Find_src

Description: IE ToolBar(WTL、ATL)实现,可以进行控件的自定义,支持多种安装方式,自动进行更新-IE Toolbar (WTL, ATL), a can of custom controls, supports a wide range of installation, automatic update
Platform: | Size: 98304 | Author: s307zgh | Hits:

[Hook apiantihook_src

Description: 代码使用Visual C++ 6.0为开发工具,为了使程序小巧灵活,本人使用了WTL而不是MFC实现软件的界面,所以编译源代码需要安装WTL库。WTL库是微软发布的基于ATL构建的工具库,随源代码一起发布,可以从微软网站下载,也可以从http://www,winmsg.com/cn/orbit.htm下载。本程序使用WTL 7.1,应该也可用WTL 7.5。编译WTL程序需要安装微软的Platform SDK,最好是2002年以后的版本,如果使用Visual Studio 2002或以后的版本可不用安装Platform SDK,因为它们已经包含了Platform SDK。 在AntiHook workspace下公有四个project,AntiHook是钩子检测程序,它编译生成AntiHook.exe,运行AntiHook.exe需要和AntiHook.ini在同一个目录下,AntiHook.ini是配置文件,可以在AntiHook目录下找到。sysHook是一个全局钩子程序的例子,编译候生成sysHook.dll,用于AntiHook测试之用。HookHelper是GUI界面的sysHook.dll加载程序,编译生成HookHelper.exe,运行HookHelper.exe就可以在系统中安装sysHook.dll钩子。Helper是Console界面的sysHook.dll加载程序,编译生成Helper.exe,用于调试sysHook.dll钩子程序。-code using Visual C 6.0 for the development of tools, in order to enable small flexible procedures, I used WTL instead of the MFC software interface, the need to compile the source code for the installation of WTL. WTL repository is based on Microsoft ATL Construction of the library of tools, together with the source code release can be downloaded from Microsoft's Web site, from http://www. winmsg.com/cn/orbit.htm download. The procedures used WTL 7.1, and should also be used WTL 7.5. Compiler WTL procedures need to install Microsoft's Platform SDK, preferably after the 2002 version, If using Visual Studio 2002 or later versions can be no installation Platform S DK, as they already covered by the Platform SDK. AntiHook workspace in the public domain under four project, AntiHook
Platform: | Size: 72704 | Author: 吴志明 | Hits:

[OtherLoadGif

Description: 目前在网上有一个CPictureEx类,用于加载GIF动画,不过该类是mfc封装类,对于不使用mfc的c++程序员来讲,不能使用。为了让该类能够让更多的人方便的使用,使其不再被局限于MFC,本人花时间改造了一下这个类,改造后,该类可以应用于任何MFC、 WTL/ATL及其它WINDOWS API编程。   由于原来的CPictureEx是继承于CStatic类,本人改造后,在CPictureEx中直接封装了一个窗口句柄HWND。   假设您在一个弹出式Dialog对话框中加载gif动画,您要做的就是在对话框中放一个控件,可以是BUTTON、STATIC等等。假设您加的这个控件的ID是IDC_FLASH,您的对话框窗口句柄是hDlg,则要使用CPictureEx,将非常简单。详情参见源代码。-present on the Internet which is a CPictureEx category for loading GIF animation, But such is mfc Packaging category for the non-use of the c mfc speaking programmers, which can not be used. To allow such to allow more people to use, it will not be confined to the MFC. I spend time on this transformation of the type that after transformation, and these can be applied to any MFC. WTL/ATL and other Windows API programming. As the original CPictureEx inherited from CStatic category, I transform, In CPictureEx directly Packaging a window handle HWND. Suppose you in a pop-up dialog box loaded Dialog gif animation You need to be done is up in a dialog box controls can be BUTTON, STATIC, and so on. Suppose you added in the control ID is IDC_FLASH, your dialog window handle is hDlg, CPictureEx w
Platform: | Size: 365568 | Author: 王易 | Hits:

[GDI-BitmapLoadGff

Description: 前在网上有一个CPictureEx类,用于加载GIF动画,不过该类是mfc封装类,对于不使用mfc的c++程序员来讲,不能使用。为了让该类能够让更多的人方便的使用,使其不再被局限于MFC,花时间改造了一下这个类,改造,该类可以应用于任何MFC、 WTL/ATL及其它INDOWS API编程。由于原来的CPictureEx是继承于CStatic类,改造后,在CPictureEx中直接封装了一个窗口句柄HWND。假设您在一个弹出式Dialog对话框中加载gif动画,您要做的就是在对话框中放一个控件,可以是BUTTON、STATIC等等。假设您加的这个控件的ID是IDC_FLASH,您的对话框窗口句柄是hDlg,则要使用CPictureEx,将非常简单。详情参见源代码。-ago on the Internet which is a CPictureEx category for loading GIF animation, But such is mfc Packaging category for the non-use of the c mfc speaking programmers, which can not be used. To allow such to allow more people to use, it will not be confined to the MFC. renovation of time spent on this category, transformation and can be applied to any such MFC, WTL/ATL and other INDOWS API programming. As the original CPictureEx inherited from CStatic category that after transformation, In CPictureEx directly Packaging a window handle HWND. Suppose you in a pop-up dialog box loaded Dialog gif animation You need to be done is up in a dialog box controls can be BUTTON, STATIC, and so on. Suppose you added in the control ID is IDC_FLASH, your dialog window handle is hDlg, CPictureEx would use,
Platform: | Size: 365568 | Author: 陈真 | Hits:

[VC/MFCatl_wtl

Description: 大家知道wtl是window UI库,比起mfc小巧,速度快,这里是wtl说明文档和一些例子-wtl we all know is the window UI, compared mfc compact, fast, Here is wtl documentation, and some examples
Platform: | Size: 1937408 | Author: zgf | Hits:

[VC/MFCWTLforMFC

Description: 一本很全面介绍WTL编程的书籍,中英双语,共分八章 1.ATL GUI Classes 2.WTL GUI Base Classes 3.Toolbars and Status Bars 4.Dialogs and Controls 5.Advanced Dialog UI Classes 6.Hosting ActiveX Controls 7.Splitter Windows 8.Property Sheets and Wizards-a very comprehensive presentation WTL programming books, in both Chinese and English, GUI is divided into eight chapters 1.ATL Classes 2.WTL GUI Base Classes 3. Toolbars and Status Bars 4.Dialogs and Control Dialog's 5.Advanced UI Classes 6.Hosting Pilkington Activ eX Controls Windows 8.Property She 7.Splitter ets and Wizards
Platform: | Size: 3452928 | Author: Robby | Hits:

[ActiveX/DCOM/ATLwtl_for_mfc_programmers_cn

Description: ATL/WTL的教程和源代码,html格式-ATL/WTL the guide and source code, html format
Platform: | Size: 1563648 | Author: will | Hits:

[GUI DevelopSkinX

Description: SkinX 是以 wtl atl 实现的给应用程序换肤功能的框架。 虽然只是实现了对 button的重画,但是整个框架相当优秀,可以很方便的扩充。-SkinX wtl atl is to achieve the application skinnable framework. Although only the realization of the right button re-painting, but the whole framework was outstanding, it is easy expansion.
Platform: | Size: 87040 | Author: fsqing | Hits:

[VC/MFCATLandWTL

Description: ATL和WTL的开发资料 希望大家多多下载-ATL and the development of information WTL I hope Members can download
Platform: | Size: 1324032 | Author: 作宏伟 | Hits:

[Communication-Mobileopc2

Description: ATL编程的基础用于对基于ATL的OPC服务器的框架,程序基于MFC单文档.
Platform: | Size: 119808 | Author: 李宇明 | Hits:

[STLstlsoft-1.9.1-beta10

Description: 用STL的方式封装了WindowsAPI、COM调用、ACE、ATL、MFC、WTL等多种组件,以简洁的接口让使用者在使用这些API功能时少犯错误。-STL package with the way the WindowsAPI, COM call, ACE, ATL, MFC, WTL and many other components to simple interface allows users to use these API functions make fewer mistakes.
Platform: | Size: 1973248 | Author: bobxu | Hits:

[Windows Developifc-1.0.0

Description: IFC针对VC2005和VC2008环境为MFC/ATL/WTL开发人员提供了一个基础类库。该类库的显著特点是,它采纳了Delphi VCL的优秀思想,把Delphi中常用的类和函数在VC++中重新实现,并保持接口的高度一致性。这使得熟悉Delphi的VC++开发人员几乎无需学习即可使用IFC、享受IFC提供的便捷功能。 -IFC for VC2005 and VC2008 environment MFC/ATL/WTL developers to provide a basis for class libraries. The distinctive feature of the class library is that it adopted the Delphi VCL outstanding ideas, commonly used in the Delphi class and function in VC++ Re-realize and maintain a high degree of consistency of interface. This makes familiar with Delphi
Platform: | Size: 1817600 | Author: haoxg | Hits:

[ActiveX/DCOM/ATLATLWTL

Description: ATL与WTL学习的精品资料,是学习COM入门者可以参考的不错选择.-ATL and WTL quality learning materials, learning COM entry can reference a good choice.
Platform: | Size: 1323008 | Author: songsb | Hits:

[VC/MFCATL.chm

Description: ATL 组 件 内 部 结 构 图, 非 常 具 体 详 细 , ATL 编 程 必 备 -document of ATL inner structure
Platform: | Size: 8192 | Author: wwtmw | Hits:

[Process-Threadpudn_1

Description: 此程序是用WTL+ATL编写,开发环境为VS2008。data.dll模拟访问驱动程序获得数据序列(本例中设计为正弦曲线数据,详见DataInfo.h),PC.exe用于模拟生产者消费者模型:一个生产者线程调用DLL获得数据,一个消费者线程获得数据并更新显示数据,主界面线程显示该数据,画出动态数据演变的曲线图。-This procedure is used WTL+ ATL development, development environment for the VS2008. visit data.dll simulation driver data sequence (in this example, the design data for the sine curve, see DataInfo.h), PC.exe used to simulate the producer consumer model: one producer thread calls DLL data, a consumers access to data and to update the thread display data, the main thread that the data interface, the evolution of dynamic data to draw curves.
Platform: | Size: 15802368 | Author: 闫帅 | Hits:

[ToolBarToolbar

Description: 利用 atl/wtl实现 自定义 工具栏 -toolbar
Platform: | Size: 25600 | Author: bingdong | Hits:
« 12 3 4 5 »

CodeBus www.codebus.net